-
string = input() string = (”.join([str(eval(s)) if (‘(‘ in s and ‘)’ in s) else s for s in string.split(‘ …
- 369 views
- 1 answers
- 0 votes
-
The eval seems to not understand the RegEx at all. I got this string to Check for entered YEAR in …
- 407 views
- 1 answers
- 0 votes